home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / fsinfo.man < prev    next >
Text File  |  1992-02-06  |  2KB  |  49 lines

  1. ' $Header: /sprite/src/cmds/fsinfo/RCS/fsinfo.man,v 1.3 92/02/06 12:08:04 voelker Exp Locker: voelker $ 
  2. .so \*(]ltmac.sprite
  3. .HS FSINFO cmds
  4. .BS
  5. '\" Note:  do not modify the .SH NAME line immediately below!
  6. .SH NAME
  7. fsinfo \- prints file system info found on disk partitions
  8. .SH SYNOPSIS
  9. \fBfsinfo\fR
  10. [\fI-verbose\fR]
  11. \fIdevice\fR
  12. [\fIdevice ...\fR]
  13. .SH OPTIONS
  14. .IP \fB\-verbose\fR 15
  15. Allow fsinfo to complain.
  16. .IP "\fIdevice\fR" 15
  17. The device specifying the disk partition, e.g., /dev/rsd00a.  
  18. .IP "\fB\-help\fR" 15
  19. Print a summary of the command-line options and exits.
  20. .BE
  21.  
  22. .SH DESCRIPTION
  23. .PP
  24. fsinfo tries to read partition and file system information from the
  25. devices specified on the command line.  It first determines the 
  26. type of the file system, if any, found on the device.  If a file system
  27. is found, fsinfo reports the type of file system,
  28. the last domain prefix that the device was mounted as, the domain
  29. number of the file system, the Sprite ID of the machine it was
  30. last mounted on, and the start cylinder and the number of cylinders
  31. of the partition on which the file system resides.
  32. .PP
  33. Since disk partitions can overlap, fsinfo may find the same file system
  34. on two different devices even though the file system was created on only one.
  35. If the user sets the \fI\-verbose\fR option, fsinfo reports an error
  36. if a file system is found on a different partition than the one it was
  37. created on.  
  38. If no file system is found on a device, a message is printed to that
  39. effect.  Note also that fsinfo prints an error message if the device
  40. specifies the entire disk, e.g., /dev/rsd00, since file systems are
  41. not created on disks, but rather on partitions.
  42. .PP
  43.  
  44. .SH SEE ALSO
  45. fsmake, mklfs, labeldisk
  46.  
  47. .SH KEYWORDS
  48. disk, partition, filesystem
  49.